-
Notifications
You must be signed in to change notification settings - Fork 288
fix/cypress #857
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
fix/cypress #857
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [@auth0/auth0-spa-js](https://github.com/auth0/auth0-spa-js) from 2.1.3 to 2.2.0. - [Release notes](https://github.com/auth0/auth0-spa-js/releases) - [Changelog](https://github.com/auth0/auth0-spa-js/blob/main/CHANGELOG.md) - [Commits](auth0/auth0-spa-js@v2.1.3...v2.2.0) --- updated-dependencies: - dependency-name: "@auth0/auth0-spa-js" dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
subhankarmaiti
approved these changes
Jul 17, 2025
gyaneshgouraw-okta
added a commit
that referenced
this pull request
Sep 17, 2025
## 📝 Pull Request Description ### 🔄 Changes - The selectors in the `loginToAuth0` function were updated to correctly target Auth0 input fields. - The username and password fields are now selected using their IDs, `#username` and `#password`, respectively. - The submit button is now selected using `button[type="submit"][name="action"]` and a case-insensitive check for the text "continue". ### 🧪 Testing - The updated login functionality was tested. - Cypress end-to-end tests were used to verify successful login using the updated selectors. - All tests passed after the changes were implemented. ### 💥 Impact - This change fixes a bug in the login functionality. - The system's login process is now more robust and reliable. - There is no performance impact. ### 📋 Checklist - [ ] Code follows the project's coding standards - [ ] Tests have been added/updated - [ ] Documentation has been updated - [ ] All tests are passing --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kunal Dawar <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📝 Pull Request Description
🔄 Changes
loginToAuth0function were updated to correctly target Auth0 input fields.#usernameand#password, respectively.button[type="submit"][name="action"]and a case-insensitive check for the text "continue".🧪 Testing
💥 Impact
📋 Checklist